* {
	padding: 0;
	margin: 0
}
body {
	font: 13px/19ox Tahoma;
	background: url(bg.jpg) no-repeat;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}
.wrapper {
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	position: relative;
}
.logo {
	
	display: block;
    width: 270px;
    height: 130px;
    margin: 0;
    font-size: 0;
    position: absolute;
    top: 46px;
    left: 85px;
}
p {
	position: absolute;
	top: 380px;
	width: 600px;
	max-width: 100%;
	left: 50%;
	margin-left: -300px;
	color: #767676;
	font-size: 33px;
	text-align: center;
	font-family: Tahoma;
}
.bt-home,
.bt-forum {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 0px;
	width: 239px;
	height: 55px;
	margin: 0px 20px;
	position: absolute;
    top: 475px;
    
}
.bt-home:hover,
.bt-forum:hover {
	background-position: 0 0;
}
.bt-forum {
	background-image: url(bt-forum.png);
	left: 490px;
}
.bt-home {
	background-image: url(bt-home.png);
	left: 245px;
}
